chore(deps): update opentelemetry-go monorepo to v1.29.0 - autoclosed#27
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
chore(deps): update opentelemetry-go monorepo to v1.29.0 - autoclosed#27renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
7b82b27 to
53a95f2
Compare
53a95f2 to
ce4d1a2
Compare
719dec2 to
60e05d4
Compare
098c3d7 to
7cf2dd5
Compare
31bc282 to
272107d
Compare
ce1fb56 to
3f179a0
Compare
3f179a0 to
06efb14
Compare
06efb14 to
03d83bd
Compare
03d83bd to
78a3664
Compare
78a3664 to
6207875
Compare
6207875 to
620f5d8
Compare
Contributor
Author
|
ec305c3 to
df0ce9b
Compare
df0ce9b to
4df5880
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.11.2->v1.29.0v1.11.2->v1.29.0v1.11.2->v1.29.0Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.29.0: /v0.51.0/v0.5.0Compare Source
Overview
This release is the last to support Go 1.21. The next release will require at least Go 1.22.
Added
InstrumentationScopefield toSpanStubingo.opentelemetry.io/otel/sdk/trace/tracetest, as a replacement for the deprecatedInstrumentationLibrary. (#5627)go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. This new module contains an OTLP exporter that transmits log telemetry using gRPC. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5629)Walkfunction toTraceStateingo.opentelemetry.io/otel/traceto iterate all the key-value pairs. (#5651)go.opentelemetry.io/otel/bridge/opencensus. (#5651)SimpleProcessoringo.opentelemetry.io/otel/sdk/logno longer panics. (#5665)FilterProcessorinterface type is added ingo.opentelemetry.io/otel/sdk/log/internal/x. This is an optional and experimental interface that logProcessors can implement to instruct theLoggerif aRecordwill be processed or not. It replaces the existingEnabledmethod that is removed from theProcessorinterface itself. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#5692)Changed
NewMemberRaw,NewKeyPropertyandNewKeyValuePropertyRawingo.opentelemetry.io/otel/baggageallow UTF-8 string in key. (#5132)Processor.OnEmitingo.opentelemetry.io/otel/sdk/lognow accepts a pointer toRecordinstead of a value so that the record modifications done in a processor are propagated to subsequent registered processors. (#5636)SimpleProcessor.Enabledingo.opentelemetry.io/otel/sdk/lognow returnsfalseif the exporter isnil. (#5665)Exporteringo.opentelemetry.io/otel/sdk/log. (#5666)SimpleProcessoringo.opentelemetry.io/otel/sdk/logsynchronizesOnEmitcalls. (#5666)Processorinterface ingo.opentelemetry.io/otel/sdk/logno longer includes theEnabledmethod. See theFilterProcessorinterface type added ingo.opentelemetry.io/otel/sdk/log/internal/xto continue providing this functionality. (#5692)SimpleProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)BatchProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)Fixed
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5584)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpandgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5541)Tracer,Meter, andLoggernames used ingo.opentelemetry.io/otel/example/dice. (#5612)Tracernames used ingo.opentelemetry.io/otel/example/namedtracer. (#5612)Tracername used ingo.opentelemetry.io/otel/example/opencensus. (#5612)TracerandMeternames used ingo.opentelemetry.io/otel/example/otel-collector. (#5612)Tracernames used ingo.opentelemetry.io/otel/example/passthrough. (#5612)Metername used ingo.opentelemetry.io/otel/example/prometheus. (#5612)Tracernames used ingo.opentelemetry.io/otel/example/zipkin. (#5612)WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5641)WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5650)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)Removed
Enabledmethod of theSimpleProcessoringo.opentelemetry.io/otel/sdk/logis removed. (#5692)Enabledmethod of theBatchProcessoringo.opentelemetry.io/otel/sdk/logis removed. (#5692)What's Changed
46b0784by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5585654c5feby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/55874ad9e85by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/55884ad9e85by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/558940e1e62by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/559240e1e62by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/559346eb208by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/561046eb208by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5611go.opentelemetry.io/otelpackage documentation by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5621e3f2596by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5624otlploggrpcpackage documentation by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/56228a7402aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5633d784300by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5638d784300by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5637e6d459cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5639e6d459cby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/564093522f1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/564693522f1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56479dec25aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5643b1a4ccbby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5656b1a4ccbby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56552c9e96aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56732c9e96aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5672573a115by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5697573a115by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/56980cdaa3aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5699sdk/logare not comparable by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/56938ffd90aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57088ffd90aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5709BenchmarkValueEqualby @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/5717ddb44daby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5715ddb44daby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5714278611bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5723278611bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5724log.Processor.Enabledto independentFilterProcessorinterfaced type by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/5692fc7c04aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5726fc7c04aby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5727778ce7bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/57289b4947dby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5729New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.28.0...v1.29.0
v1.28.0: Releases v1.28.0/v0.50.0/v0.4.0Compare Source
Overview
Added
IsEmptymethod is added to theInstrumenttype ingo.opentelemetry.io/otel/sdk/metric.This method is used to check if an
Instrumentinstance is a zero-value. (#5431)context.ContextinScopeRecordsofgo.opentelemetry.io/otel/sdk/log/logtest. (#5468)go.opentelemetry.io/otel/semconv/v1.26.0package.The package contains semantic conventions from the
v1.26.0version of the OpenTelemetry Semantic Conventions. (#5476)AssertRecordEqualmethod togo.opentelemetry.io/otel/log/logtestto allow comparison of two log records in tests. (#5499)WithHeadersoption togo.opentelemetry.io/otel/exporters/zipkinto allow configuring custom http headers while exporting spans. (#5530)Changed
Tracer.Startingo.opentelemetry.io/otel/trace/noopno longer allocates a span for empty span context. (#5457)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/example/otel-collector. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/example/zipkin. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/exporters/zipkin. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/sdk/resource. (#5490)go.opentelemetry.io/otel/semconv/v1.25.0togo.opentelemetry.io/otel/semconv/v1.26.0ingo.opentelemetry.io/otel/sdk/trace. (#5490)SimpleProcessor.OnEmitingo.opentelemetry.io/otel/sdk/logno longer allocates a slice which makes it possible to have a zero-allocation log processing usingSimpleProcessor. (#5493)Startmethod of"go.opentelemetry.io/otel/sdk/trace".Traceto reduce memory allocation. (#5497)service.instance.idis populated for aResourcecreated with"go.opentelemetry.io/otel/sdk/resource".Defaultwith a default value whenOTEL_GO_X_RESOURCEis set. (#5520)go.opentelemetry.io/otel/sdk/metricby removing unnecessary calls totime.Now. (#5545)Fixed
Recordingo.opentelemetry.io/otel/sdk/logdrops an attribute due to a limit being reached. (#5376)Tracerreturned from the globalTracerProvideringo.opentelemetry.io/otel/globalwith its schema URL. (#5426)Meterreturned from the globalMeterProvideringo.opentelemetry.io/otel/globalwith its schema URL. (#5426)Spaningo.opentelemetry.io/otel/sdk/tracedrops an attribute, event, or link due to a limit being reached. (#5434)go.opentelemetry.io/otel/metric. (#5435)go.opentelemetry.io/otel/sdk/metric. (#5456)Recordingo.opentelemetry.io/otel/sdk/log. (#5464)0x80char in key or value. (#5494)WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#5508)go.opentelemetry.io/otel/sdk/trace. (#5514)Exporteringo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpmust be created by theNewmethod. (#5521){Bool,Int64,Float64,String}SliceValuefunctions ofgo.opentelemetry.io/attributesby reducing the number of allocations. (#5549)What's Changed
dc85e6bby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5391d264139by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5397d264139by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5399otlploghttptransform maps by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/53787045d2eby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54064c93da0by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5415a332354by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5424a332354by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5423f10a0f1by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54305315273by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/54285315273by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/5427e229045by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/543223cca88](https://togithub.com/open-telemetry/opentelemetry-go/commit/23ccaConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.